home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defenseā€¦ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / glossary.swf / scripts / frame_3 / DoAction.as
Text File  |  2004-03-16  |  217b  |  11 lines

  1. vi == 1;
  2. while(vi <= num_items)
  3. {
  4.    mainList[vi - 1] = eval("item" add vi);
  5.    temp = mainList[vi - 1].split("#");
  6.    listItems[vi - 1] = [temp[0],temp[1]];
  7.    vi++;
  8. }
  9. listAmount = mainList.length;
  10. stop();
  11.